home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Select (Limited Edition)
/
Computer Select.iso
/
pcmag
/
v11n09
/
inwin.bas
< prev
next >
Wrap
BASIC Source File
|
1991-08-26
|
104b
|
7 lines
IF ENVIRON$("windir") <> "" THEN
OPEN "inwindow.$$$" FOR BINARY AS #1
CLOSE #1
END IF
SYSTEM